翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

arithmetic underflow : ウィキペディア英語版
arithmetic underflow


The term arithmetic underflow (or "floating point underflow", or just "underflow") is a condition in a computer program where the result of a calculation is a smaller number than the computer can actually store in memory.
Arithmetic underflow can occur when the true result of a floating point operation is smaller in magnitude (that is, closer to zero) than the smallest value representable as a normal floating point number in the target datatype. Underflow can in part be regarded as negative overflow of the exponent of the floating point value.
For example, if the exponent part can represent values from −127 to 127, then a result with absolute value less than 2−127 may cause underflow.
==The underflow gap==
The interval between −''fminN'' and ''fminN'', where
''fminN'' is the smallest positive normal floating point value, is called the underflow gap.
This is because the size of this interval is many orders of magnitude larger than the distance between
adjacent normal floating point values just outside of the gap. For instance, if the floating
point datatype can represent 20 binary digits, the underflow gap is 221 times
larger than the absolute distance between adjacent floating point values just outside of the gap.
In older designs, the underflow gap had just one usable value, zero. When an underflow occurred,
the true result was replaced by zero (either directly by the hardware, or by system software
handling the primary underflow condition). This replacement is called ''flush to zero'' (on underflow).
The 1984 edition of IEEE 754 introduced subnormal numbers. The subnormal numbers (including zero) fill the
underflow gap with values where the absolute distance between adjacent values is the same as
for adjacent values just outside of the underflow gap. This enables ''gradual underflow'' where
a (nearest) subnormal value is used, just as a nearest normal value is used when possible.
Note that even when using gradual underflow, the nearest value may be zero.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「arithmetic underflow」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.